Feature: Crear tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 26.178s |
Scenario: Como usario administrador, quiero crear un tag con el nombre y una tarjeta de facebook
Before
0m 6.623s
Given
I navigate to page "http://localhost:2368/ghost/"
0m 0.995s
And
I wait for 3 seconds
0m 3.297s
When
I enter email "<USERNAME>"
0m 0.362s
And
I wait for 1 seconds
0m 1.187s
And
I enter password "<PASSWORD>"
0m 0.223s
And
I wait for 1 seconds
0m 1.184s
And
I click next
0m 0.220s
And
I wait for 3 seconds
0m 3.243s
And
I click on Tags section
0m 0.308s
And
I wait for 1 seconds
0m 1.188s
And
I click on New Tag button
0m 0.235s
And
I wait for 1 seconds
0m 1.185s
And
I set the tag name as "Nuevo tag"
0m 0.190s
And
I wait for 1 seconds
0m 1.177s
And
I select the facebook card section
0m 0.268s
And
I wait for 1 seconds
0m 1.182s
And
I set the title "Mi titulo de tarjeta" in the facebook card
0m 0.220s
And
I wait for 1 seconds
0m 1.183s
Then
I expect to see the facebook card preview with title "Mi titulo de tarjeta"
0m 0.170s
And
I click on the save button
0m 0.192s
And
I wait for 1 seconds
0m 1.185s
Then
I expect to find the saved button
0m 0.158s
After
0m 0.003s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/"
And
I wait for 3 seconds
When
I enter email "<USERNAME>"
And
I wait for 1 seconds
And
I enter password "<PASSWORD>"
And
I wait for 1 seconds
And
I click next
And
I wait for 3 seconds
And
I click on Tags section
And
I wait for 1 seconds
And
I click on New Tag button
And
I wait for 1 seconds
And
I set the tag name as "Nuevo tag"
And
I wait for 1 seconds
And
I select the facebook card section
And
I wait for 1 seconds
And
I set the title "Mi titulo de tarjeta" in the facebook card
And
I wait for 1 seconds
Then
I expect to see the facebook card preview with title "Mi titulo de tarjeta"
And
I click on the save button
And
I wait for 1 seconds
Then
I expect to find the saved button
After
NO IMAGE AVAILABLE